-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python 3.10.* #441
base: master
Are you sure you want to change the base?
python 3.10.* #441
Conversation
@@ -209,6 +209,8 @@ The test use [pymongo_inmemory](https://github.com/kaizendorks/pymongo_inmemory) | |||
Depending on your OS it might be necessary to configure it in order to get the correct version | |||
of MongoDB. E.g. for Ubuntu add the following environment variables: | |||
|
|||
To fix error: `pymongo.errors.ServerSelectionTimeoutError: 127.0.0.1:27017: [Errno 111] Connection refused, ...` when |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line length
@@ -209,6 +209,8 @@ | |||
Depending on your OS it might be necessary to configure it in order to get the correct version | |||
of MongoDB. E.g. for Ubuntu add the following environment variables: | |||
|
|||
To fix error: `pymongo.errors.ServerSelectionTimeoutError: 127.0.0.1:27017: [Errno 111] Connection refused, ...` when | |||
running tests install mongodb locally. See https://github.com/kaizendorks/pymongo_inmemory/issues/63 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bare URL used
Code Climate has analyzed commit ef740ca and detected 3 issues on this pull request. Here's the issue category breakdown:
The test coverage on the diff in this pull request is 100.0% (75% is the threshold). This pull request will bring the total coverage in the repository to 91.2% (0.0% change). View more on Code Climate. |
No description provided.